ComponentOne Xamarin.Android
InsertAsync Method (C1CursorCollectionView<T,K>)


C1.CollectionView Assembly > C1.CollectionView Namespace > C1CursorCollectionView<T,K> Class : InsertAsync Method
Syntax
'Declaration
 
<AsyncStateMachineAttribute(C1.CollectionView.C1CursorCollectionView`2/d__36)> 
Public Function InsertAsync( _ 
   ByVal index As Integer, _ 
   ByVal item As Object _ 
) As Task(Of Integer)
'Usage
 
Dim instance As C1CursorCollectionView(Of T,K)
Dim index As Integer
Dim item As Object
Dim value As Task(Of Integer)
 
value = instance.InsertAsync(index, item)
[AsyncStateMachine(C1.CollectionView.C1CursorCollectionView`2/d__36)] 
public Task<int> InsertAsync( 
   int index, 
   object item 
)

Parameters

index
item
See Also

Reference

C1CursorCollectionView<T,K> Class
C1CursorCollectionView<T,K> Members